earlgrey 0.0.4

An earley parser library
Documentation

earlgrey

A library for parsing using the earley algorithm. You can extract all parse trees when the grammar is ambiguous.

There's a toy example called arith, a small calculator. There's also a toy parser for time expressions in the kronos folder. Run cargo test to build the example.

earley references